home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d12 / cxl41.arc / HISTORY.DOC < prev    next >
Text File  |  1989-03-05  |  3KB  |  65 lines

  1.  
  2.                            ------------------------
  3.                              CXL Revision History
  4.                            ------------------------
  5.  
  6. Version 4.1 - September 4, 1988
  7.  
  8.     1.  Support for Mix Power C has been added.
  9.  
  10.     2.  Complete BIOS video support has been added.  This also will replace
  11.         the CGA snow reduction in previous versions.
  12.  
  13.             New:
  14.                 _vbios    - global variable, 0 = direct video, 1 = use BIOS.
  15.                 putchat() - write character/attribute at cursor position.
  16.  
  17.             Modified:
  18.                 box_(), fill_(), printc(), and prints()
  19.                           - now support both direct and BIOS screen writes.
  20.  
  21.             Deleted:
  22.                 _cgasnow  - global variable, no longer supported.
  23.                 boxd()    - now supported by box_().
  24.                 filld()   - now supported by fill_().
  25.                 printcd() - now supported by printc().
  26.                 printsd() - now supported by prints().
  27.                 waitvret()- no longer supported.
  28.  
  29.     3.  The window hide and unhide functions are now high level (use
  30.         handles, not pointers). This makes the hiding and unhiding of
  31.         windows much easier.  The prototypes for whide() and wunhide() have
  32.         been modified.  A new global variable, _whrec,  was added for hidden
  33.         window management.
  34.  
  35.     4.  The internal mouse support has been enhanced.  Mouse movement is
  36.         smoother and there are no longer mouse "boundaries".  Mouse button
  37.         presses can no longer be queued.
  38.  
  39.     5.  A new global variable, _dvcheck, has been added.  This allows for
  40.         DESQview checking to be turned off during videoinit().
  41.  
  42.     6.  A new format character type, '%', has been added for cvaltype(),
  43.         inputsf(), winpdef(), and winputsf() functions.  This type allows
  44.         numbers, '0' thru '9', and space.
  45.  
  46.     7.  The setkbloop() function was not working properly on systems without
  47.         a mouse because of a bug in getxch().  Fixed.
  48.  
  49.     8.  In the sysdate() function, date codes 3 & 4 were returning the same
  50.         result.  Fixed.  Thanks to Michael Hackman in Washington.
  51.  
  52.     9.  In the systime() function, for the time codes 2 & 3, the AM/PM
  53.         indicator was not being changed from AM to PM until 1:00 PM.  Fixed.
  54.         Thanks to John Metzker in Oregon.
  55.  
  56.    10.  Menuing and data entry functions weren't being properly supported on
  57.         single line borderless windows.  Fixed.  Thanks to Mark Hall in
  58.         Michigan.
  59.  
  60.  
  61. Version 4.0 - July 27, 1988
  62.  
  63.     Initial release of CXL.
  64.  
  65.